@charset "UTF-8";
@media only screen and (max-width: 1200px) {
	*{
		box-sizing: border-box;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.article {
		line-height: 24px;
		font-size: 14px;
	}
	.wrapper {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.header {
		height: 50px;
		z-index: 105;
	}
	.header .logo{
		/*width: 54px;*/
		height: 50px;
		margin: 0px 0 0 10px;
	}
	.header .logo img{
		width: auto ;
		height: 50px;
	}
	.header .language {
		float: right;
		margin-right: 56px;
		font-size: 14px;
		margin-top: 10px;
	}
	.header .language a {
		font-size: 14px;
	}
	.header .language a:hover {
		color: #999999;
	}
	.header .searchBox {
		margin: 0;
		right:50px;
	}
	.header .searchBox .searchBtn {
		width: 50px;
		height: 50px;
	}
	.header .searchBox .searchBar {
		width: 100%;
		height: 50px;
		position: fixed;
		right: 0px;
		top: 0px;
		z-index: 101;
	}
	.header .searchBox .searchBar .inpu {
		width: 100%;
		height: 46px;
		padding-right: 50px;
	}
	.header .searchBox .searchBar .inpu input {
		height: 46px;
		line-height: 46px;
	}
	.header .searchBox .searchBar .btn {
		width: 50px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		background-color: #fff;
	}
	.header .menuBtn {
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 3;
	}
	.header .menuBtn span {
		width: 28px;
		height: 3px;
		background: #1f4a97;
		border-radius: 2px;
		position: absolute;
		left: 12px;
		top: 23px;
		z-index: 2;
		transition: 0.8s;
		-webkit-transition: 0.8s;
		-moz-transition: 0.8s;
		-ms-transition: 0.8s;
		-o-transition: 0.8s;
	}
	.header .menuBtn span.line1 {
		top: 14px;
	}
	.header .menuBtn span.line3 {
		top: 32px;
	}
	.header .menuBtn.shiftLeft span.line1 {
		top: 23px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	.header .menuBtn.shiftLeft span.line2 {
		opacity: 0;
	}
	.header .menuBtn.shiftLeft span.line3 {
		top: 23px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	.header .nav {
		position: fixed;
		top: 50px;
		left: 0;
		z-index: 199;
		width: 100%;
		border-top: solid 1px #ddd;
		display: none;
		max-height: 100%;
		height: auto;
		overflow: auto;
		padding-bottom: 50px;
		transition-duration: 0s;
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
	}
	.header .nav .btn{
		height: 50px;
		text-align: center;
		background: url(../images/arrow1.png) no-repeat center #fff;
		background-size: 20px auto;
		display: block;
	}
	.header .nav > ul {
		display: block;
		background: #fff;
	}
	.header .nav > ul > li {
		float: none;
		line-height: auto;
	}
	.header .nav > ul > li > a {
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
		border-bottom: solid 1px #ddd;
	}
	.header .nav > ul > li:hover .sub,
	.header .nav > ul > li .sub {
		position: static;
		top: 50px;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-webkit-perspective: 0px;
		-moz-perspective: 0px;
		-ms-perspective: 0px;
		-o-perspective: 0px;
		perspective: 0px;
		overflow: hidden;
		max-height: 0;
		height: auto;
		opacity: 1;
		transition-duration: 0.4s;
		-webkit-transition-duration: 0.4s;
		-moz-transition-duration: 0.4s;
		-ms-transition-duration: 0.4s;
		-o-transition-duration: 0.4s;
	}
	.header .nav > ul > li.now:hover .sub,
	.header .nav > ul > li.now .sub{
		max-height: 2000px;
	}
	.header .nav > ul > li:hover .sub li,
	.header .nav > ul > li .sub li {
		margin-top: 0px;
		transform: translate(100%,0) rotateY(0deg);
		-webkit-transform: translate(100%,0) rotateY(0deg);
		-moz-transform: translate(100%,0) rotateY(0deg);
		-ms-transform: translate(100%,0) rotateY(0deg);
		-o-transform: translate(100%,0) rotateY(0deg);
	}
	.header .nav > ul > li.now:hover .sub li,
	.header .nav > ul > li.now .sub li{
		transform: translate(0,0) rotateY(0deg);
		-webkit-transform: translate(0,0) rotateY(0deg);
		-moz-transform: translate(0,0) rotateY(0deg);
		-ms-transform: translate(0,0) rotateY(0deg);
		-o-transform: translate(0,0) rotateY(0deg);
	}
	.header .nav .sub li a:hover,
	.header .nav .sub li a {
		height: auto;
		line-height: 20px;
		padding: 12px 12px;
		border-bottom: solid 1px #aaa;
		white-space: normal;
		color: #333;
	}
	.header .nav .sub li a:hover {
		background: none;
	}
	.footer {
		padding: 0 10px;
		box-sizing: border-box;
		text-align: center;
	}
	.footer .link {
		border-right: none;
		width: 100%;
		display: none;
	}
	.footer .link .list {
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		border-bottom: solid 1px #e0e0e0;
	}
	.footer .link .list:first-child {
		width: 100%;
	}
	.footer .link .tit {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		display: block;
	}
	.footer .link a:hover {
		color: #222222;
	}
	.footer .link ul {
		margin-top: 0px;
		border-top: solid 1px #e0e0e0;
		min-height: auto;
		padding: 5px 0;
		display: none;
	}
	.footer .link ul li {
		line-height: 20px;
		margin-bottom: 0px;
	}
	.footer .link ul li a:hover,
	.footer .link ul li a {
		display: block;
		padding: 6px 0;
		font-size: 15px;
		color: #808080;
	}
	.footer .contact {
		padding-top: 20px;
		max-width: 100%;
		width: 100%;
	}
	.footer .contact .title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.footer .contact .phone {
		line-height: 30px;
		font-size: 20px;
	}
	.footer .contact .text {
		line-height: 20px;
		font-size: 14px;
		margin-top: 4px;
	}
	.footer .contact .text a {
		font-size: 14px;
	}
	.footer .contact .share {
		margin-top: 10px;
	}
	.footer .contact .share .bdsharebuttonbox{
		display: inline-block;
	}
	.footer .contact .share a {
		width: 40px;
		height: 40px;
		margin: 0 10px;
	}
	.footer .contact .share a:hover {
		background-image: url(../images/share1.png);
	}
	.footer .contact .share a:nth-child(2):hover {
		background-image: url(../images/share2.png);
	}
	.footer .contact .share a:nth-child(3):hover {
		background-image: url(../images/share3.png);
	}
	.footer .copyright {
		line-height: 20px;
		font-size: 14px;
		padding: 10px 0;
	}
	.footer .copyright .r,
	.footer .copyright .l{
		float: none;
	}
	.footer .copyright .r{
		margin-top: 4px;
	}
	.footer .copyright a {
		font-size: 14px;
	}
	.footer .copyright a:hover {
		color: #7d7f81;
	}
	.friendship {
		line-height: 26px;
		padding: 10px;
		box-sizing: border-box;
	}
	.friendship .tit {
		font-size: 14px;
		margin-right: 10px;
		border-left: solid 4px #25983f;
		padding-left: 10px;
	}
	.friendship a {
		font-size: 14px;
		margin-right: 16px;
	}
	.friendship a:hover {
		color: #999999;
	}
	.banner .pic2 {
		display: block;
	}
	.banner .pic1 {
		display: none;
	}
	.main .banner .swiper-pagination {
		bottom: 4px;
	}
	.main .banner .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 4px;
		margin: 0 2px;
	}
	.main .banner .swiper-pagination .swiper-pagination-bullet-active {
		width: 34px;
	}
	.main .banner .swiper-button-next,
	.main .banner .swiper-button-prev {
		display: none;
	}
	.main .banner .swiper-slide .wrap {
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main .banner .swiper-slide .p1 {
		line-height: 30px;
		font-size: 20px;
	}
	.main .banner .swiper-slide .p2 {
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
	}
	.main .banner .swiper-slide .btn {
		margin-top: 20px;
	}
	.main .banner .swiper-slide .btn a {
		width: 110px;
		height: 40px;
		line-height: 40px;
		text-indent: 14px;
		background-position: right 14px center;
		margin-right: 10px;
	}
	.main .banner .swiper-slide .btn a::after {
		display: none;
	}
	.main .banner .swiper-slide .btn a:hover {
		border: solid 1px #fff;
	}
	.main .columnTitle {
		padding-bottom: 10px;
	}
	.main .columnTitle::after {
		bottom: -2px;
		width: 30px;
		height: 3px;
	}
	.main .columnTitle .tit {
		font-size: 22px;
	}
	.main .columnTitle .txt {
		font-size: 14px;
		margin-top: 2px;
	}
	.main .about {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.main .about .pic,
	.main .about .content {
		float: none;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	.main .about .pic{
		margin-top: 20px;
	}
	.main .about .content .text {
		height: 78px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 20px;
	}
	.main .about .content ul {
		margin-top: 20px;
		padding-top: 20px;
	}
	.main .about .content ul li {
		background-position: 0 25px;
	}
	.main .about .content ul li a:hover .icon1 {
		display: block;
	}
	.main .about .content ul li a:hover .icon2 {
		display: none;
	}
	.main .about .content ul li .icon2,
	.main .about .content ul li .icon1 {
		width: 60px;
	}
	.main .about .content ul li .txt {
		margin-top: 12px;
	}
	.main .product {
		padding: 30px 10px;
		box-sizing: border-box;
		background: #f2f2f2;
	}
	.main .product .swiper-container {
		margin-top: 30px;
	}
	.main .product .swiper-container .swiper-slide a {
		padding-bottom: 10px;
		border-bottom: solid 1px #e3e3e3;
	}
	.main .product .swiper-container .swiper-slide a::after {
		display: none;
	}
	.main .product .swiper-container .swiper-slide a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.main .product .swiper-container .swiper-slide a:hover .tit {
		color: #333333;
	}
	.main .product .swiper-container .swiper-slide .tit,
	.main .product .swiper-container .swiper-slide .txt {
		height: 20px;
		line-height: 20px;
		padding: 0;
	}
	.main .product .swiper-container .swiper-slide .tit {
		font-size: 18px;
		margin-top: 12px;
	}
	.main .product .swiper-container .swiper-slide .txt {
		font-size: 14px;
		margin-top: 4px;
	}
	.main .product .wrap .prev,
	.main .product .wrap .next {
		display: none;
	}
	.main .solutions {
		padding-top: 30px;
	}
	.main .solutions .wrap{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.main .solutions .swiper-container {
		margin-top: 30px;
	}
	.main .solutions .swiper-slide a:hover .text {
		background: url(../images/solutions_text1.png);
	}
	.main .solutions .swiper-slide a:hover .txt,
	.main .solutions .swiper-slide a:hover .en {
		color: #333333;
	}
	.main .solutions .swiper-slide a:hover img {
		filter: brightness(80%);
		-webkit-filter: brightness(80%);
		-moz-filter: brightness(80%);
		-ms-filter: brightness(80%);
		-o-filter: brightness(80%);
	}
	.main .solutions .swiper-slide .box {
		bottom: 10px;
		padding: 0 10px;
	}
	.main .solutions .swiper-slide .text {
		padding: 10px;
	}
	.main .solutions .swiper-slide .text .txt,
	.main .solutions .swiper-slide .text .en {
		line-height: 24px;
	}
	.main .solutions .swiper-slide .text .en {
		font-size: 16px;
	}
	.main .solutions .swiper-slide .text .txt {
		font-size: 14px;
	}
	.main .solutions .swiper-slide .text .icon {
		display: none;
	}
	.main .application {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.main .application .buoy {
		display: none;
	}
	.main .application .list {
		margin-top: 30px;
	}
	.main .application .list li {
		width: 12.5%;
	}
	.main .application .list li .icon1,
	.main .application .list li .icon2 {
		height: 60px;
		line-height: 60px;
	}
	.main .application .list li .icon1 img,
	.main .application .list li .icon2 img {
		max-height: 40px;
	}
	.main .application .list li:hover .icon1 {
		display: block;
	}
	.main .application .list li:hover .icon2 {
		display: none;
	}
	.main .application .list li:hover .txt {
		color: #333333;
	}
	.main .application .list li .txt {
		line-height: 20px;
		font-size: 16px;
		margin-top: 0px;
	}
	@media only screen and (max-width: 800px){
		.main .application .list li {
			width: 25%;
			margin-bottom: 20px;
		}
	}
	@media only screen and (max-width: 800px){
		.main .application .list li {
			width: 50%;
		}
	}
	.main .service {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.main .service ul {
		max-width: 600px;
		margin: 30px auto 0 auto;
	}
	.main .service ul li:nth-last-child(2),
	.main .service ul li:nth-last-child(1),
	.main .service ul li {
		width: 100%;
		border-left: none;
		border-bottom: solid 1px #4d9a42;
	}
	.main .service ul li:nth-child(even) a,
	.main .service ul li:nth-child(2) a,
	.main .service ul li:nth-child(1) a,
	.main .service ul li:nth-last-child(2) a,
	.main .service ul li:nth-last-child(1) a
	.main .service ul li a {
		padding: 20px 0px;
	}
	.main .service ul li .icon {
		width: 100px;
		height: 100px;
	}
	.main .service ul li .icon::after {
		display: none;
	}
	.main .service ul li .text {
		padding: 10px 0 0 110px;
	}
	.main .service ul li .text .tit {
		line-height: 20px;
		font-size: 18px;
	}
	.main .service ul li .text .en {
		line-height: 20px;
		font-size: 14px;
		margin-top: 6px;
	}
	.main .service ul li .text .txt {
		font-size: 14px;
		margin-top: 10px;
	}
	.main .cooperation {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.main .cooperation .swiper-container {
		margin-top: 30px;
	}
	.main .cooperation .swiper-container .swiper-slide a:hover img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.main .cooperation .wrap .prev,
	.main .cooperation .wrap .next {
		display: none;
	}
	.container .columnMenu .menu{
		position: relative;
	}
	.container .columnMenu .menu .btn {
		width: 50px;
		height: 50px;
		display: block;
		float: left;
		background: url(../images/menuBtn.png) no-repeat center #1f4a97;
	}
	.container .columnMenu .menu ul{
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: 2;
		background: #fff;
		text-align: center;
	}
	.container .columnMenu .menu li {
		width: 100%;
		border-bottom: solid 1px #eee;
	}
	.container .columnMenu .menu li a {
		padding: 0 10px;
		box-sizing: border-box;
		display: block;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.container .columnMenu .menu li a:hover {
		color: #333333;
	}
	.container .columnMenu .crumbs {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 10px 0 0;
		text-align: right;
		float: none;
		overflow: hidden;
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient:vertical;
		word-break:break-all;
	}
	.container .columnMenu .crumbs .home{
		padding-left: 24px;
	}
	.container .columnMenu .crumbs a {
		font-size: 14px;
	}
	.container .columnMenu .crumbs a:hover {
		color: #999999;
	}
	.container .paging {
		margin-top: 30px;
	}
	.container .paging ul li a:hover{
		background: #f1f1f1;
		color: #555555;
	}
	.container .paging ul li a {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.container .prevnext .next,
	.container .prevnext .prev:hover,
	.container .prevnext .prev {
		width: 100px;
		height: 40px;
		line-height: 40px;
		background: url(../images/arrow22.png) no-repeat 16px center #f5f5f5;
		text-indent: 34px;
		font-size: 14px;
		color: #333333;
	}
	.container .prevnext .next:hover,
	.container .prevnext .next {
		background: url(../images/arrow23.png) no-repeat right 16px center #f5f5f5;
		text-indent: 24px;
		color: #333333;
	}
	.aboutPage {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.aboutPage .introduce {
		line-height: 26px;
		font-size: 14px;
	}
	.aboutPage .introduce .sb1 {
		max-width: 600px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.aboutPage .introduce .sb2 {
		padding-right: 0px;
		width: 100%;
		float: left;
	}
	.aboutPage .introduce .title {
		margin-bottom: 10px;
	}
	.aboutPage .introduce .title .tit {
		font-size: 20px;
		margin-bottom: 0px;
	}
	.aboutPage .introduce .title span {
		width: 40px;
	}
	.aboutPage .introduce .img1 {
		float: right;
		margin: 0 0 10px 0;
	}
	.aboutPage .culture ul {
		margin-top: 10px;
	}
	.aboutPage .culture ul li:nth-last-child(2),
	.aboutPage .culture ul li:nth-last-child(3),
	.aboutPage .culture ul li {
		width: 100%;
		padding: 10px 4px;
		border-bottom: solid 1px #f2f2f2;
	}
	.aboutPage .culture ul li:nth-last-child(1){
		border-bottom: none;
	}
	.aboutPage .culture ul li .icon {
		width: 40px;
		height: 30px;
		line-height: 30px;
	}
	.aboutPage .culture ul li .icon img {
		margin-top: 2px;
		max-height: 100%;
		vertical-align: middle;
	}
	.aboutPage .culture ul li .txt {
		padding-left: 50px;
	}
	.aboutPage .culture ul li .txt .p1 {
		line-height: 20px;
		font-size: 16px;
	}
	.aboutPage .culture ul li .txt .p2 {
		line-height: 20px;
		font-size: 14px;
		margin-top: 2px;
	}
	.aboutPage .history {
		padding: 20px 5px;
	}
	.aboutPage .history .swiper-button-next,
	.aboutPage .history .swiper-button-prev {
		width: 18px;
		height: 10px;
		left: 58px;
		top: 20px;
	}
	.aboutPage .history .swiper-button-prev:hover {
		background-image: url(../images/arrow9.png);
	}
	.aboutPage .history .swiper-button-next {
		top: auto;
		bottom: 20px;
	}
	.aboutPage .history .swiper-button-next:hover {
		background-image: url(../images/arrow10.png);
	}
	.aboutPage .history .gallery-thumbs {
		width: 66px;
		height: 280px;
		background: url(../images/history_line.gif) repeat-y right 8px top 0;
		margin-top: 20px;
	}
	.aboutPage .history .gallery-thumbs .swiper-slide {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		margin: 0;
	}
	.aboutPage .history .gallery-top {
		width: auto;
		height: 300px;
		float: none;
		padding-left: 10px;
		margin-top: 40px;
	}
	.aboutPage .history .gallery-top .swiper-slide .pic {
		width: 100px;
	}
	.aboutPage .history .gallery-top .swiper-slide .date,
	.aboutPage .history .gallery-top .swiper-slide .txt {
		line-height: 20px;
		font-size: 14px;
		margin-top: 0px;
	}
	.aboutPage .history .gallery-top .swiper-slide .date {
		width: 100%;
		float: none;
		margin: 0px;
		padding-left: 110px;
		box-sizing: border-box;
	}
	.aboutPage .history .gallery-top .swiper-slide .txt {
		padding-left: 110px;
	}
	.productPage .classification .title {
		padding-bottom: 20px;
		margin: 30px 0 20px 0;
		background-size: 18px auto;
	}
	.productPage .classification .title .tit {
		font-size: 22px;
	}
	.productPage .classification .title .en {
		font-size: 16px;
		margin-top: 4px;
	}
	.productPage .classification .box{
		background-position: 0 center;
	}
	.productPage .classification .box:nth-child(odd){
		background-position: right 0 center;
	}
	.productPage .classification .box.white a:hover .arrow,
	.productPage .classification .box.white .arrow {
		background-image: url(../images/arrow15.png);
	}
	.productPage .classification .box a {
		display: block;
	}
	.productPage .classification .box a:hover .arrow {
		background-image: url(../images/arrow13.png);
	}
	.productPage .classification .box .wrap {
		min-height: auto;
	}
	.productPage .classification .box .cont {
		max-width: 640px;
		width: 100%;
		position: static;
		right: 0;
		top: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.productPage .classification .box .line {
		height: 3px;
	}
	.productPage .classification .box .tit {
		margin-top: 20px;
	}
	.productPage .classification .box .tit .p1 {
		line-height: 22px;
		font-size: 18px;
	}
	.productPage .classification .box .tit .p2 {
		line-height: 24px;
		font-size: 16px;
		margin-top: 0px;
	}
	.productPage .classification .box .txt {
		line-height: 24px;
		font-size: 14px;
		margin-top: 10px;
	}
	.productPage .classification .box .arrow {
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
	.productPage .productList {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.productPage .productList .title {
		line-height: 26px;
		font-size: 18px;
	}
	.productPage .productList .title span {
		width: 30px;
		height: 3px;
		margin: 12px auto 0 auto;
	}
	.productPage .productList .info {
		line-height: 26px;
		font-size: 14px;
		margin: 14px auto 0 auto;
	}
	.productPage .productList .list {
		margin-top: 30px;
	}
	.productPage .productList .list li:nth-child(3n+1),
	.productPage .productList .list li {
		max-width: 100%;
		margin: 0 auto 20px auto;
		float: none;
	}
	.productPage .productList .list li a:hover .pic {
		border: solid 1px #dbdbdb;
	}
	.productPage .productList .list li a:hover .pic > img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.productPage .productList .list li a:hover .tit {
		color: #333333;
	}
	.productPage .productList .list li a:hover .line::after {
		width: 0%;
	}
	.productPage .productList .list li .pic {
		height: auto;
	}
	.productPage .productList .list li .pic span {
		width: 50px;
		height: 50px;
	}
	.productPage .productList .list li .tit {
		font-size: 16px;
		margin: 5px 0 0 0;
	}
	.productPage .productList .list li .txt {
		font-size: 14px;
	}
	.productPage .productList .list li .line {
		height: 1px;
		margin-top: 10px;
	}
	.productPage .productList .list li .line::after {
		display: none;
	}
	.productPage .details {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.productPage .details .introduce,
	.productPage .details .photo {
		max-width: 678px;
		float: none;
		margin: 0 auto;
	}
	.productPage .details .photo .swiper-button-next,
	.productPage .details .photo .swiper-button-prev {
		width: 30px;
		height: 30px;
		left: 6px;
	}
	.productPage .details .photo .swiper-button-prev:hover {
		background-image: url(../images/arrow16.png);
	}
	.productPage .details .photo .swiper-button-next {
		left: auto;
		right: 6px;
	}
	.productPage .details .photo .swiper-button-next:hover {
		background-image: url(../images/arrow17.png);
	}
	.productPage .details .introduce {
		margin-top: 10px;
	}
	.productPage .details .introduce .title {
		line-height: 30px;
		font-size: 22px;
	}
	.productPage .details .introduce .info {
		line-height: 22px;
	}
	.productPage .details .introduce .text {
		line-height: 30px;
		font-size: 14px;
		padding: 6px 0;
		margin-top: 12px;
	}
	.productPage .details .introduce .btn {
		padding: 0 14px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		margin-top: 20px;
	}
	.productPage .details .introduce .btn:hover {
		background: #1f4a97;
	}
	.productPage .details .publicTitle {
		height: 40px;
		line-height: 38px;
		font-size: 20px;
		padding-left: 10px;
	}
	.productPage .details .publicTitle::after {
		width: 2px;
		height: 22px;
	}
	.productPage .details .detai {
		margin-top: 20px;
	}
	.productPage .details .detai .article {
		padding: 20px 0;
	}
	.productPage .details .detai .article .box {
		max-width: 650px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.productPage .details .detai .article .box:nth-child(even) {
		float: none;
	}
	.productPage .details .detai .article .tit {
		font-size: 18px;
	}
	.productPage .details .detai .article .text {
		margin-top: 16px;
	}
	.productPage .details .detai .article .list {
		margin-top: 16px;
	}
	.productPage .details .detai .article .list li {
		background-position: 0 8px;
		margin-bottom: 20px;
	}
	.productPage .details .detai .article .list li .p1 {
		line-height: 22px;
		font-size: 16px;
	}
	.productPage .details .detai .article .list li .p2 {
		line-height: 22px;
		font-size: 14px;
	}
	.productPage .details .related .productList {
		margin-top: 30px;
	}
	.servicePage {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.servicePage .concept {
		padding: 0;
	}
	.servicePage .concept .box {
		max-width: 500px;
		width: 100%;
		padding: 0;
		float: none;
		margin: 0 auto 20px auto;
	}
	.servicePage .concept .box a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.servicePage .concept .box a:hover .tit {
		color: #333333;
	}
	.servicePage .concept .box .tit {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin-top: 0px;
	}
	.servicePage .concept .box .en {
		font-size: 14px;
		margin-top: 0px;
	}
	.servicePage .hierarchy li {
		margin-bottom: 30px;
	}
	.servicePage .hierarchy li a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.servicePage .hierarchy li a:hover .tit {
		color: #333333;
	}
	.servicePage .hierarchy li .cont ,
	.servicePage .hierarchy li .pic {
		max-width: 580px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.servicePage .hierarchy li .cont {
		padding: 0;
		margin-top: 5px;
	}
	.servicePage .hierarchy li .cont .tit {
		line-height: 24px;
		font-size: 18px;
	}
	.servicePage .hierarchy li .cont .en {
		line-height: 20px;
		font-size: 14px;
		margin: 2px 0 0 0;
	}
	.servicePage .hierarchy li .cont .txt {
		line-height: 24px;
		font-size: 14px;
	}
	.servicePage .cooperation .title {
		font-size: 20px;
	}
	.servicePage .cooperation .list {
		margin-top: 30px;
	}
	.servicePage .cooperation .list li {
		width: 20%;
		height: auto;
	}
	.servicePage .cooperation .list li a:hover {
		box-shadow: 0px 0px 0px 0px #dfdfdf;
	}
	@media only screen and (max-width: 700px){
		.servicePage .cooperation .list li {
			width: 25%;
		}
	}
	@media only screen and (max-width: 500px){
		.servicePage .cooperation .list li {
			width: 33.333%;
		}
	}
	.newsPage {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.newsPage .newsList li {
		margin-bottom: 20px;
	}
	.newsPage .newsList li a {
		padding: 10px;
	}
	.newsPage .newsList li a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.newsPage .newsList li a:hover .arrow {
		background-image: url(../images/arrow20.png);
	}
	.newsPage .newsList li .pic {
		width: 200px;
		height: 133px;
	}
	.newsPage .newsList li .cont {
		padding: 0 0 0 210px;
	}
	.newsPage .newsList li .cont .tit {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.newsPage .newsList li .cont .date {
		font-size: 14px;
		margin: 6px 0;
	}
	.newsPage .newsList li .cont .txt {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.newsPage .newsList li .cont .arrow {
		width: 26px;
		height: 26px;
		margin-top: 10px;
	}
	@media only screen and (max-width: 500px){
		.newsPage .newsList li{
			margin-bottom: 10px;
		}
		.newsPage .newsList li a{
			padding: 5px;
		}
		.newsPage .newsList li .pic {
			width: 130px;
			height: 86px;
		}
		.newsPage .newsList li .cont {
			padding: 0 0 0 140px;
		}
		.newsPage .newsList li .cont .tit {
			font-size: 16px;
		}
		.newsPage .newsList li .cont .date {
			font-size: 14px;
			margin: 4px 0;
		}
		.newsPage .newsList li .cont .arrow {
			display: none;
		}
	}
	.newsPage .details .title .tit {
		line-height: 28px;
		font-size: 18px;
	}
	.newsPage .details .title .date {
		font-size: 14px;
		margin: 10px 0;
	}
	.newsPage .details .title .share {
		height: 30px;
	}
	.newsPage .details .title .share .bdsharebuttonbox a {
		width: 24px;
		height: 24px;
		margin: 0 4px;
	}
	.newsPage .details .title .share .bdsharebuttonbox .bds_weixin:hover {
		background-image: url(../images/share6.png);
	}
	.newsPage .details .title .share .bdsharebuttonbox .bds_sqq:hover {
		background-image: url(../images/share4.png);
	}
	.newsPage .details .title .share .bdsharebuttonbox .bds_tsina:hover {
		background-image: url(../images/share5.png);
	}
	.newsPage .details .article {
		margin: 14px 0;
		padding: 20px 0px;
	}
	.newsPage .mediaReports li {
		max-width: 442px;
		width: 100%;
		float: none;
		margin: 0 auto 20px auto;
	}
	.newsPage .mediaReports li:nth-child(3n+1) {
		margin-left: auto;
	}
	.newsPage .mediaReports li:last-child{
		margin-bottom: 0;
	}
	.newsPage .mediaReports li a:hover {
		box-shadow: 0px 0px 15px 3px #eeeeee;
	}
	.newsPage .mediaReports li a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.newsPage .mediaReports li .pic {
		height: auto;
	}
	.newsPage .mediaReports li .tit {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		padding: 0 5px;
	}
	.newsPage .mediaReports li .txt {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		margin: 4px auto 0 auto;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.newsPage .mediaReports li .date {
		height: 34px;
		line-height: 34px;
		margin-top: 8px;
		font-size: 14px;
	}
	.newsPage .related {
		margin-top: 30px;
	}
	.newsPage .related .title {
		height: 40px;
		line-height: 38px;
		font-size: 20px;
		padding-left: 10px;
	}
	.newsPage .related .title::after {
		width: 2px;
		height: 22px;
	}
	.newsPage .related ul {
		max-width: 442px;
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.newsPage .related ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.newsPage .related ul li a:hover .pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.newsPage .related ul li a:hover .tit {
		color: #333;
	}
	.newsPage .related ul li .tit {
		height: 20px;
		line-height: 20px;
		font-size: 16px;
		margin-top: 5px;
	}
	.recruitmentPage {
		padding: 30px 10px;
		box-sizing: border-box;
	}
	.recruitmentPage .concept{
		max-width: 600px;
		margin: 0 auto;
	}
	.recruitmentPage .concept .cont,
	.recruitmentPage .concept .pic {
		width: 100%;
	}
	.recruitmentPage .concept .cont {
		padding: 20px;
	}
	.recruitmentPage .concept .title {
		margin-bottom: 10px;
	}
	.recruitmentPage .concept .title .tit {
		line-height: 30px;
		font-size: 22px;
	}
	.recruitmentPage .concept .title .en {
		font-size: 14px;
		margin-top: 2px;
	}
	.recruitmentPage .concept .text {
		line-height: 28px;
		font-size: 16px;
	}
	.recruitmentPage .concept .btn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin-top: 20px;
	}
	.recruitmentPage .concept .btn:hover {
		background: #1f4a97;
	}
	.recruitmentPage .recruitmentList .top {
		padding-right: 0px;
	}
	.recruitmentPage .recruitmentList .top span {
		width: 25%;
		height: auto;
		line-height: 20px;
		font-size: 14px;
		overflow: hidden;
		padding: 14px 0;
	}
	.recruitmentPage .recruitmentList .top span:nth-child(4){
		width: 24%;
	}
	.recruitmentPage .recruitmentList .top span:nth-child(1){
		width: 36%;
	}
	.recruitmentPage .recruitmentList .top span:nth-child(3),
	.recruitmentPage .recruitmentList .top span:nth-child(2){
		width: 20%;
	}
	.recruitmentPage .recruitmentList li.on .top,
	.recruitmentPage .recruitmentList li .top {
		background-position: right 10px center;
		background-size: 22px 22px;
		background: none;
	}
	.recruitmentPage .recruitmentList li .top span {
		font-size: 14px;
	}
	.recruitmentPage .recruitmentList li .text {
		padding: 10px;
		line-height: 22px;
		font-size: 14px;
	}
	.contactPage {
		padding: 30px 10px 0 10px;
		box-sizing: border-box;
	}
	.contactPage .anchor {
		top: -120px;
	}
	.contactPage .contact {
		padding: 10px;
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
	.contactPage .contact .address {
		width: 100%;
	}
	.contactPage .contact .address .tit {
		font-size: 20px;
	}
	.contactPage .contact .address .en {
		font-size: 14px;
		margin-top: 2px;
	}
	.contactPage .contact .address .text {
		margin-top: 10px;
	}
	.contactPage .contact .address .text .p {
		line-height: 20px;
		padding: 10px 0 10px 30px;
		font-size: 14px;
		background: no-repeat 0px 14px;
		background-size: 14px auto;
	}
	.contactPage .contact .address .text .p a {
		font-size: 14px;
	}
	.contactPage .contact .address .text .p:hover {
		background-color: #f5f5f5;
		color: #444444;
		padding: 10px 0 10px 30px;
		background: no-repeat 0px 14px;
		background-size: 14px auto;
	}
	.contactPage .contact .address .text .p:hover a {
		color: #444444;
	}
	.contactPage .contact .address .text .p1,
	.contactPage .contact .address .text .p1:hover {
		background-image: url(../images/address1.png);
	}
	.contactPage .contact .address .text .p2,
	.contactPage .contact .address .text .p2:hover {
		background-image: url(../images/address2.png);
	}
	.contactPage .contact .address .text .p3,
	.contactPage .contact .address .text .p3:hover {
		background-image: url(../images/address3.png);
	}
	.contactPage .contact .address .text .p4,
	.contactPage .contact .address .text .p4:hover {
		background-image: url(../images/address4.png);
	}
	.contactPage .contact .address .text .p5,
	.contactPage .contact .address .text .p5:hover {
		background-image: url(../images/address5.png);
	}
	.contactPage .contact .map {
		box-sizing: border-box;
		width: 100%;
		margin-top: 10px;
	}
	.contactPage .contact .map #allmap {
		width: 100%;
		height: 360px;
	}
	.contactPage .consult {
		max-width: 600px;
		margin: 20px auto 0 auto;
		/*background: url(../images/consult_bg.jpg) no-repeat right 0 bottom 0;*/
		background: none;
		padding-bottom: 30px;
	}
	.contactPage .consult .title .tit {
		font-size: 20px;
	}
	.contactPage .consult .title .txt {
		font-size: 14px;
		margin-top: 4px;
	}
	.contactPage .consult .inpubox {
		margin-top: 20px;
	}
	.contactPage .consult .inpubox textarea,
	.contactPage .consult .inpubox input[type='text'] {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0 0 12px 0;
		padding: 0 12px;
		font-size: 14px;
	}
	.contactPage .consult .inpubox textarea {
		height: 100px;
		line-height: 20px;
		padding: 5px 12px;
	}
	.contactPage .consult .inpubox button,
	.contactPage .consult .inpubox input[type='button'] {
		width: 140px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
		margin-top: 10px;
	}
	.contactPage .consult .inpubox button:hover,
	.contactPage .consult .inpubox input[type='button']:hover {
		background: #1f4a97;
	}
	.casePage .caseList {
		max-width: 600px;
		margin: 0 auto 0 auto;
		padding: 30px 5px 0px 5px;
		box-sizing: border-box;
	}
	.casePage .caseList li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.casePage .caseList li .box:hover img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
	}
	.casePage .caseList li .box:hover .text {
		background: none;
	}
	.casePage .caseList li .box:hover .tit{
		color: #333333;
	}
	.casePage .caseList li .box:hover .txt {
		color: #666666;
	}
	.casePage .caseList li .text {
		padding: 10px 4px;
	}
	.casePage .caseList li .tit,
	.casePage .caseList li .txt {
		height: 20px;
		line-height: 20px;
	}
	.casePage .caseList li .tit {
		font-size: 16px;
	}
	.casePage .caseList li .txt {
		font-size: 14px;
	}
}/*手机版css*/